func runtime.f32toint64
3 uses
runtime (current package)
softfloat64.go#L570: func f32toint64(x uint32) int64 {
softfloat64.go#L598: return uint64(f32toint64(x))
softfloat64.go#L601: z := uint64(f32toint64(y))
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)